]> dgit.raspbian.org Git - ostree.git/commit
ci: Add Rust validate targets to Justfile for local development
authorXiaofeng Wang <henrywangxf@me.com>
Tue, 31 Mar 2026 07:15:30 +0000 (15:15 +0800)
committerXiaofeng Wang <henrywangxf@me.com>
Tue, 31 Mar 2026 07:15:30 +0000 (15:15 +0800)
commitefdc101754611d3981761d033ce6422da09fd1f4
treeba8f71eaf870f4f4d81d73b4be05b18be5da6f80
parent369e2c359cb2f9ddc56eb3ccacc974ee2fa54051
ci: Add Rust validate targets to Justfile for local development

Add just targets mirroring the CI Rust checks so developers can run
them locally before pushing:
- validate: runs both fmt and clippy checks
- cargo-fmt-check: checks formatting across all crates
- cargo-clippy: runs clippy with the same lint config as CI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
Justfile